home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Borland Visual dBASE Professiona v7.0 / DATA1.CAB / BDE_DataPump / Datapump.exe / RCDATA / TUPSIZINGFORM / TUPSIZINGFORM.txt
Text File  |  1997-11-20  |  31KB  |  1,181 lines

  1. object UpsizingForm: TUpsizingForm
  2.   Left = 199
  3.   Top = 168
  4.   ActiveControl = HelpBtn
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Upsizing Expert'
  8.   ClientHeight = 325
  9.   ClientWidth = 500
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -6
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Divider: TBevel
  23.     Left = 0
  24.     Top = 281
  25.     Width = 501
  26.     Height = 3
  27.   end
  28.   object ExpertNbk: TNotebook
  29.     Left = 0
  30.     Top = 0
  31.     Width = 500
  32.     Height = 281
  33.     Align = alTop
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -12
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     PageIndex = 7
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     object TPage
  43.       Left = 0
  44.       Top = 0
  45.       Caption = 'Source Alias'
  46.       object SrcHelpLbl: TLabel
  47.         Left = 12
  48.         Top = 20
  49.         Width = 265
  50.         Height = 89
  51.         AutoSize = False
  52.         Caption = 'General help text for this screen.'
  53.         Font.Charset = DEFAULT_CHARSET
  54.         Font.Color = clBlack
  55.         Font.Height = -12
  56.         Font.Name = 'MS Sans Serif'
  57.         Font.Style = []
  58.         ParentFont = False
  59.         WordWrap = True
  60.       end
  61.       object SrcSelectNbk: TNotebook
  62.         Left = 292
  63.         Top = 20
  64.         Width = 185
  65.         Height = 253
  66.         TabOrder = 0
  67.         object TPage
  68.           Left = 0
  69.           Top = 0
  70.           Caption = 'Alias Page'
  71.           object SrcAliasLbl: TLabel
  72.             Left = 0
  73.             Top = 0
  74.             Width = 185
  75.             Height = 13
  76.             AutoSize = False
  77.             Caption = 'Source Alias Names'
  78.           end
  79.           object SrcAliasLBox: TListBox
  80.             Left = 0
  81.             Top = 16
  82.             Width = 185
  83.             Height = 237
  84.             ItemHeight = 13
  85.             TabOrder = 0
  86.             OnDblClick = NextBtnClick
  87.           end
  88.         end
  89.         object TPage
  90.           Left = 0
  91.           Top = 0
  92.           Caption = 'Directory Page'
  93.           object SrcDirLBox: TDirectoryListBox
  94.             Left = 0
  95.             Top = 0
  96.             Width = 185
  97.             Height = 229
  98.             Ctl3D = True
  99.             ItemHeight = 16
  100.             ParentCtl3D = False
  101.             TabOrder = 0
  102.           end
  103.           object SrcDrvCBox: TDriveComboBox
  104.             Left = 0
  105.             Top = 233
  106.             Width = 185
  107.             Height = 19
  108.             DirList = SrcDirLBox
  109.             TabOrder = 1
  110.           end
  111.         end
  112.       end
  113.       object SrcDirRBtn: TRadioButton
  114.         Left = 52
  115.         Top = 144
  116.         Width = 213
  117.         Height = 16
  118.         Caption = 'Select by directory'
  119.         Font.Charset = DEFAULT_CHARSET
  120.         Font.Color = clBlack
  121.         Font.Height = -12
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.         TabOrder = 2
  126.         OnClick = SrcDirRBtnClick
  127.       end
  128.       object SrcHelpNbk: TNotebook
  129.         Left = 12
  130.         Top = 176
  131.         Width = 265
  132.         Height = 97
  133.         PageIndex = 1
  134.         TabOrder = 3
  135.         object TPage
  136.           Left = 0
  137.           Top = 0
  138.           Caption = 'Alias Page'
  139.           object SrcAliasHelpLbl: TLabel
  140.             Left = 0
  141.             Top = 0
  142.             Width = 265
  143.             Height = 97
  144.             Align = alClient
  145.             AutoSize = False
  146.             Caption = 'Help text for selecting by alias name.'
  147.             WordWrap = True
  148.           end
  149.         end
  150.         object TPage
  151.           Left = 0
  152.           Top = 0
  153.           Caption = 'Directory Page'
  154.           object SrcDirHelpLbl: TLabel
  155.             Left = 0
  156.             Top = 0
  157.             Width = 265
  158.             Height = 97
  159.             Align = alClient
  160.             AutoSize = False
  161.             Caption = 'Help text for selecting by directory.'
  162.             Font.Charset = DEFAULT_CHARSET
  163.             Font.Color = clBlack
  164.             Font.Height = -12
  165.             Font.Name = 'MS Sans Serif'
  166.             Font.Style = []
  167.             ParentFont = False
  168.             WordWrap = True
  169.           end
  170.         end
  171.       end
  172.       object SrcAliasRBtn: TRadioButton
  173.         Left = 52
  174.         Top = 120
  175.         Width = 213
  176.         Height = 16
  177.         Caption = 'Select by alias name'
  178.         Checked = True
  179.         Font.Charset = DEFAULT_CHARSET
  180.         Font.Color = clBlack
  181.         Font.Height = -12
  182.         Font.Name = 'MS Sans Serif'
  183.         Font.Style = [fsBold]
  184.         ParentFont = False
  185.         TabOrder = 1
  186.         TabStop = True
  187.         OnClick = SrcAliasRBtnClick
  188.       end
  189.     end
  190.     object TPage
  191.       Left = 0
  192.       Top = 0
  193.       Caption = 'Target Alias'
  194.       object TgtHelpLbl: TLabel
  195.         Left = 268
  196.         Top = 32
  197.         Width = 221
  198.         Height = 241
  199.         AutoSize = False
  200.         Caption = 'Select an alias for the database you want to move your data to.'
  201.         Font.Charset = DEFAULT_CHARSET
  202.         Font.Color = clBlack
  203.         Font.Height = -12
  204.         Font.Name = 'MS Sans Serif'
  205.         Font.Style = []
  206.         ParentFont = False
  207.         WordWrap = True
  208.       end
  209.       object TgtAliasLbl: TLabel
  210.         Left = 12
  211.         Top = 12
  212.         Width = 92
  213.         Height = 13
  214.         Caption = 'Target Alias Names'
  215.       end
  216.       object TgtAliasLBox: TListBox
  217.         Left = 12
  218.         Top = 32
  219.         Width = 233
  220.         Height = 241
  221.         ItemHeight = 13
  222.         Items.Strings = (
  223.           '')
  224.         Style = lbOwnerDrawVariable
  225.         TabOrder = 0
  226.         OnClick = TgtAliasLBoxClick
  227.         OnDblClick = NextBtnClick
  228.         OnDrawItem = TgtAliasLBoxDrawItem
  229.         OnMeasureItem = TgtAliasLBoxMeasureItem
  230.       end
  231.     end
  232.     object TPage
  233.       Left = 0
  234.       Top = 0
  235.       Caption = 'Select Tables'
  236.       object TblLeftLbl: TLabel
  237.         Left = 12
  238.         Top = 52
  239.         Width = 213
  240.         Height = 13
  241.         AutoSize = False
  242.         Caption = 'Available Tables:'
  243.         Font.Charset = DEFAULT_CHARSET
  244.         Font.Color = clBlack
  245.         Font.Height = -12
  246.         Font.Name = 'MS Sans Serif'
  247.         Font.Style = []
  248.         ParentFont = False
  249.         IsControl = True
  250.       end
  251.       object TblRightLbl: TLabel
  252.         Left = 276
  253.         Top = 52
  254.         Width = 213
  255.         Height = 13
  256.         AutoSize = False
  257.         Caption = 'Selected Tables:'
  258.         Font.Charset = DEFAULT_CHARSET
  259.         Font.Color = clBlack
  260.         Font.Height = -12
  261.         Font.Name = 'MS Sans Serif'
  262.         Font.Style = []
  263.         ParentFont = False
  264.         IsControl = True
  265.       end
  266.       object TblHelpLbl: TLabel
  267.         Left = 12
  268.         Top = 8
  269.         Width = 477
  270.         Height = 45
  271.         AutoSize = False
  272.         Caption = 
  273.           'Select the list of tables to upsize by moving them from the list' +
  274.           ' of available tables to the list of selected tables. Single arro' +
  275.           'w buttons move all selected tables, and double arrow buttons mov' +
  276.           'e all tables. You can also drag and drop table names.'
  277.         Font.Charset = DEFAULT_CHARSET
  278.         Font.Color = clBlack
  279.         Font.Height = -12
  280.         Font.Name = 'MS Sans Serif'
  281.         Font.Style = []
  282.         ParentFont = False
  283.         WordWrap = True
  284.       end
  285.       object TblIncBtn: TBitBtn
  286.         Left = 232
  287.         Top = 107
  288.         Width = 37
  289.         Height = 24
  290.         Caption = '>'
  291.         Font.Charset = DEFAULT_CHARSET
  292.         Font.Color = clBlack
  293.         Font.Height = -12
  294.         Font.Name = 'MS Sans Serif'
  295.         Font.Style = [fsBold]
  296.         ParentFont = False
  297.         TabOrder = 0
  298.         OnClick = TblIncBtnClick
  299.         IsControl = True
  300.       end
  301.       object TblIncAllBtn: TBitBtn
  302.         Left = 232
  303.         Top = 140
  304.         Width = 37
  305.         Height = 24
  306.         Caption = '>>'
  307.         Font.Charset = DEFAULT_CHARSET
  308.         Font.Color = clBlack
  309.         Font.Height = -12
  310.         Font.Name = 'MS Sans Serif'
  311.         Font.Style = [fsBold]
  312.         ParentFont = False
  313.         TabOrder = 1
  314.         OnClick = TblIncAllBtnClick
  315.         IsControl = True
  316.       end
  317.       object TblExcBtn: TBitBtn
  318.         Left = 232
  319.         Top = 172
  320.         Width = 37
  321.         Height = 24
  322.         Caption = '<'
  323.         Font.Charset = DEFAULT_CHARSET
  324.         Font.Color = clBlack
  325.         Font.Height = -12
  326.         Font.Name = 'MS Sans Serif'
  327.         Font.Style = [fsBold]
  328.         ParentFont = False
  329.         TabOrder = 2
  330.         OnClick = TblExcBtnClick
  331.         IsControl = True
  332.       end
  333.       object TblExcAllBtn: TBitBtn
  334.         Left = 232
  335.         Top = 204
  336.         Width = 37
  337.         Height = 24
  338.         Caption = '<<'
  339.         Font.Charset = DEFAULT_CHARSET
  340.         Font.Color = clBlack
  341.         Font.Height = -12
  342.         Font.Name = 'MS Sans Serif'
  343.         Font.Style = [fsBold]
  344.         ParentFont = False
  345.         TabOrder = 3
  346.         OnClick = TblExcAllBtnClick
  347.         IsControl = True
  348.       end
  349.       object TblRightLBox: TListBox
  350.         Left = 276
  351.         Top = 68
  352.         Width = 213
  353.         Height = 205
  354.         Font.Charset = DEFAULT_CHARSET
  355.         Font.Color = clBlack
  356.         Font.Height = -12
  357.         Font.Name = 'MS Sans Serif'
  358.         Font.Style = []
  359.         ItemHeight = 13
  360.         MultiSelect = True
  361.         ParentFont = False
  362.         Sorted = True
  363.         TabOrder = 4
  364.         OnClick = TblRightLBoxClick
  365.         OnDblClick = TblExcBtnClick
  366.         IsControl = True
  367.       end
  368.       object TblLeftLBox: TListBox
  369.         Left = 12
  370.         Top = 68
  371.         Width = 213
  372.         Height = 205
  373.         Font.Charset = DEFAULT_CHARSET
  374.         Font.Color = clBlack
  375.         Font.Height = -12
  376.         Font.Name = 'MS Sans Serif'
  377.         Font.Style = []
  378.         ItemHeight = 13
  379.         MultiSelect = True
  380.         ParentFont = False
  381.         Sorted = True
  382.         TabOrder = 5
  383.         OnClick = TblLeftLBoxClick
  384.         OnDblClick = TblIncBtnClick
  385.         IsControl = True
  386.       end
  387.     end
  388.     object TPage
  389.       Left = 0
  390.       Top = 0
  391.       Caption = 'Select Modify'
  392.       object ModHelpLbl: TLabel
  393.         Left = 12
  394.         Top = 4
  395.         Width = 477
  396.         Height = 45
  397.         AutoSize = False
  398.         Caption = 
  399.           'You can highlight a table with unacceptable translation, and cli' +
  400.           'ck '#39'Modify...'#39' to modify the information. If all indicated infor' +
  401.           'mation is acceptable then click '#39'Upsize'#39' to continue.'
  402.         Font.Charset = DEFAULT_CHARSET
  403.         Font.Color = clBlack
  404.         Font.Height = -12
  405.         Font.Name = 'MS Sans Serif'
  406.         Font.Style = []
  407.         ParentFont = False
  408.         WordWrap = True
  409.       end
  410.       object ModTablesGrid: TStringGrid
  411.         Left = 12
  412.         Top = 52
  413.         Width = 461
  414.         Height = 191
  415.         ColCount = 4
  416.         DefaultColWidth = 80
  417.         DefaultRowHeight = 18
  418.         RowCount = 12
  419.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  420.         ScrollBars = ssNone
  421.         TabOrder = 0
  422.         OnDblClick = ModDoItemBtnClick
  423.         OnTopLeftChanged = ModTablesGridTopLeftChanged
  424.         ColWidths = (
  425.           80
  426.           116
  427.           117
  428.           143)
  429.       end
  430.       object ModDoItemBtn: TButton
  431.         Left = 56
  432.         Top = 248
  433.         Width = 401
  434.         Height = 25
  435.         Caption = 
  436.           '&Modify Table Name or Field Mapping Information For Selected Ite' +
  437.           'm'
  438.         Font.Charset = DEFAULT_CHARSET
  439.         Font.Color = clBlack
  440.         Font.Height = -12
  441.         Font.Name = 'MS Sans Serif'
  442.         Font.Style = [fsBold]
  443.         ParentFont = False
  444.         TabOrder = 1
  445.         OnClick = ModDoItemBtnClick
  446.       end
  447.       object ModTablesScrl: TScrollBar
  448.         Left = 472
  449.         Top = 52
  450.         Width = 17
  451.         Height = 191
  452.         Kind = sbVertical
  453.         Min = 1
  454.         Position = 1
  455.         TabOrder = 2
  456.         TabStop = False
  457.         OnScroll = ModTablesScrlScroll
  458.       end
  459.     end
  460.     object TPage
  461.       Left = 0
  462.       Top = 0
  463.       Caption = 'Modify Fields'
  464.       object FldHelpLbl: TLabel
  465.         Left = 12
  466.         Top = 8
  467.         Width = 477
  468.         Height = 45
  469.         AutoSize = False
  470.         Caption = 
  471.           'Here you can view or modified the names and values that the upsi' +
  472.           'zing expert has selected for the tables that will be created on ' +
  473.           'the target database. Select a field name in the list box on the ' +
  474.           'left, and view or modify the values presented.'
  475.         WordWrap = True
  476.       end
  477.       object FldSrcFldsLbl: TLabel
  478.         Left = 12
  479.         Top = 56
  480.         Width = 153
  481.         Height = 13
  482.         AutoSize = False
  483.         Caption = 'Source Field Names'
  484.       end
  485.       object FldFldTypeLbl: TLabel
  486.         Left = 168
  487.         Top = 152
  488.         Width = 80
  489.         Height = 13
  490.         Alignment = taRightJustify
  491.         AutoSize = False
  492.         Caption = 'Field Type:'
  493.         Color = clBtnFace
  494.         ParentColor = False
  495.       end
  496.       object FldFldNameLbl: TLabel
  497.         Left = 168
  498.         Top = 128
  499.         Width = 80
  500.         Height = 13
  501.         Alignment = taRightJustify
  502.         AutoSize = False
  503.         Caption = 'Field Name:'
  504.       end
  505.       object FldTblNameLbl: TLabel
  506.         Left = 168
  507.         Top = 92
  508.         Width = 80
  509.         Height = 13
  510.         Alignment = taRightJustify
  511.         AutoSize = False
  512.         Caption = 'Table Name:'
  513.       end
  514.       object FldReqLbl: TLabel
  515.         Left = 168
  516.         Top = 176
  517.         Width = 80
  518.         Height = 13
  519.         Alignment = taRightJustify
  520.         AutoSize = False
  521.         Caption = 'Is Required:'
  522.       end
  523.       object FldMinValLbl: TLabel
  524.         Left = 168
  525.         Top = 200
  526.         Width = 80
  527.         Height = 13
  528.         Alignment = taRightJustify
  529.         AutoSize = False
  530.         Caption = 'Min Value:'
  531.       end
  532.       object FldMaxValLbl: TLabel
  533.         Left = 168
  534.         Top = 224
  535.         Width = 80
  536.         Height = 13
  537.         Alignment = taRightJustify
  538.         AutoSize = False
  539.         Caption = 'Max Value:'
  540.       end
  541.       object FldDefaultLbl: TLabel
  542.         Left = 168
  543.         Top = 249
  544.         Width = 80
  545.         Height = 13
  546.         Alignment = taRightJustify
  547.         AutoSize = False
  548.         Caption = 'Default:'
  549.       end
  550.       object FldSourceLbl: TLabel
  551.         Left = 252
  552.         Top = 72
  553.         Width = 117
  554.         Height = 13
  555.         Alignment = taCenter
  556.         AutoSize = False
  557.         Caption = 'Source'
  558.         Color = clBtnFace
  559.         ParentColor = False
  560.       end
  561.       object FldTargetLbl: TLabel
  562.         Left = 372
  563.         Top = 72
  564.         Width = 117
  565.         Height = 13
  566.         Alignment = taCenter
  567.         AutoSize = False
  568.         Caption = 'Target'
  569.         Color = clBtnFace
  570.         ParentColor = False
  571.       end
  572.       object FldNameLBox: TListBox
  573.         Left = 12
  574.         Top = 72
  575.         Width = 153
  576.         Height = 201
  577.         ItemHeight = 13
  578.         TabOrder = 0
  579.         OnClick = FldNameLBoxClick
  580.       end
  581.       object FldSrcTypeEdit: TEdit
  582.         Left = 252
  583.         Top = 148
  584.         Width = 117
  585.         Height = 21
  586.         TabStop = False
  587.         Font.Charset = DEFAULT_CHARSET
  588.         Font.Color = clGray
  589.         Font.Height = -12
  590.         Font.Name = 'MS Sans Serif'
  591.         Font.Style = []
  592.         ParentFont = False
  593.         ReadOnly = True
  594.         TabOrder = 9
  595.         Text = 'FldSrcTypeEdit'
  596.       end
  597.       object FldTgtNameEdit: TEdit
  598.         Left = 372
  599.         Top = 124
  600.         Width = 117
  601.         Height = 21
  602.         TabOrder = 2
  603.         Text = 'FldTgtNameEdit'
  604.         OnChange = FldTgtNameEditChange
  605.       end
  606.       object FldTgtTypeCBox: TComboBox
  607.         Left = 372
  608.         Top = 148
  609.         Width = 117
  610.         Height = 21
  611.         Style = csDropDownList
  612.         ItemHeight = 13
  613.         Items.Strings = (
  614.           'False'
  615.           'True')
  616.         TabOrder = 3
  617.         OnChange = FldTgtTypeCBoxChange
  618.       end
  619.       object FldSrcTblNameEdit: TEdit
  620.         Left = 252
  621.         Top = 88
  622.         Width = 117
  623.         Height = 21
  624.         TabStop = False
  625.         Font.Charset = DEFAULT_CHARSET
  626.         Font.Color = clGray
  627.         Font.Height = -12
  628.         Font.Name = 'MS Sans Serif'
  629.         Font.Style = []
  630.         ParentFont = False
  631.         ReadOnly = True
  632.         TabOrder = 8
  633.         Text = 'FldSrcTblNameEdit'
  634.       end
  635.       object FldTgtTblNameEdit: TEdit
  636.         Left = 372
  637.         Top = 88
  638.         Width = 117
  639.         Height = 21
  640.         TabOrder = 1
  641.         Text = 'FldTgtTblNameEdit'
  642.         OnChange = FldTgtTblNameEditChange
  643.       end
  644.       object FldSrcReqEdit: TEdit
  645.         Left = 252
  646.         Top = 172
  647.         Width = 117
  648.         Height = 21
  649.         TabStop = False
  650.         Font.Charset = DEFAULT_CHARSET
  651.         Font.Color = clGray
  652.         Font.Height = -12
  653.         Font.Name = 'MS Sans Serif'
  654.         Font.Style = []
  655.         ParentFont = False
  656.         ReadOnly = True
  657.         TabOrder = 10
  658.         Text = 'FldSrcReqEdit'
  659.       end
  660.       object FldSrcMinEdit: TEdit
  661.         Left = 252
  662.         Top = 196
  663.         Width = 117
  664.         Height = 21
  665.         TabStop = False
  666.         Font.Charset = DEFAULT_CHARSET
  667.         Font.Color = clGray
  668.         Font.Height = -12
  669.         Font.Name = 'MS Sans Serif'
  670.         Font.Style = []
  671.         ParentFont = False
  672.         ReadOnly = True
  673.         TabOrder = 11
  674.         Text = 'FldSrcMinEdit'
  675.       end
  676.       object FldTgtMinEdit: TEdit
  677.         Left = 372
  678.         Top = 196
  679.         Width = 117
  680.         Height = 21
  681.         TabOrder = 5
  682.         Text = 'FldTgtMinEdit'
  683.         OnEnter = FldTgtMinMaxDefEditEnter
  684.         OnExit = FldTgtMinMaxDefEditExit
  685.       end
  686.       object FldSrcMaxEdit: TEdit
  687.         Left = 252
  688.         Top = 220
  689.         Width = 117
  690.         Height = 21
  691.         TabStop = False
  692.         Font.Charset = DEFAULT_CHARSET
  693.         Font.Color = clGray
  694.         Font.Height = -12
  695.         Font.Name = 'MS Sans Serif'
  696.         Font.Style = []
  697.         ParentFont = False
  698.         ReadOnly = True
  699.         TabOrder = 12
  700.         Text = 'FldSrcMaxEdit'
  701.       end
  702.       object FldTgtMaxEdit: TEdit
  703.         Left = 372
  704.         Top = 220
  705.         Width = 117
  706.         Height = 21
  707.         TabOrder = 6
  708.         Text = 'FldTgtMaxEdit'
  709.         OnEnter = FldTgtMinMaxDefEditEnter
  710.         OnExit = FldTgtMinMaxDefEditExit
  711.       end
  712.       object FldSrcDefEdit: TEdit
  713.         Left = 252
  714.         Top = 244
  715.         Width = 117
  716.         Height = 21
  717.         TabStop = False
  718.         Font.Charset = DEFAULT_CHARSET
  719.         Font.Color = clGray
  720.         Font.Height = -12
  721.         Font.Name = 'MS Sans Serif'
  722.         Font.Style = []
  723.         ParentFont = False
  724.         ReadOnly = True
  725.         TabOrder = 13
  726.         Text = 'FldSrcDefEdit'
  727.       end
  728.       object FldTgtDefEdit: TEdit
  729.         Left = 372
  730.         Top = 244
  731.         Width = 117
  732.         Height = 21
  733.         TabOrder = 7
  734.         Text = 'FldTgtDefEdit'
  735.         OnEnter = FldTgtMinMaxDefEditEnter
  736.         OnExit = FldTgtMinMaxDefEditExit
  737.       end
  738.       object FldTgtReqCBox: TComboBox
  739.         Left = 372
  740.         Top = 172
  741.         Width = 117
  742.         Height = 21
  743.         Style = csDropDownList
  744.         ItemHeight = 13
  745.         Items.Strings = (
  746.           'False'
  747.           'True')
  748.         TabOrder = 4
  749.         OnChange = FldTgtReqCBoxChange
  750.       end
  751.     end
  752.     object TPage
  753.       Left = 0
  754.       Top = 0
  755.       Caption = 'Modify Indexes'
  756.       object IdxLeftLbl: TLabel
  757.         Left = 12
  758.         Top = 68
  759.         Width = 217
  760.         Height = 13
  761.         AutoSize = False
  762.         Caption = 'Available Fields For Indexing:'
  763.         Font.Charset = DEFAULT_CHARSET
  764.         Font.Color = clBlack
  765.         Font.Height = -12
  766.         Font.Name = 'MS Sans Serif'
  767.         Font.Style = []
  768.         ParentFont = False
  769.         IsControl = True
  770.       end
  771.       object IdxRigthLbl: TLabel
  772.         Left = 276
  773.         Top = 68
  774.         Width = 213
  775.         Height = 13
  776.         AutoSize = False
  777.         Caption = 'Selected Fields For Indexing:'
  778.         Font.Charset = DEFAULT_CHARSET
  779.         Font.Color = clBlack
  780.         Font.Height = -12
  781.         Font.Name = 'MS Sans Serif'
  782.         Font.Style = []
  783.         ParentFont = False
  784.         IsControl = True
  785.       end
  786.       object IdxOriginLbl: TLabel
  787.         Left = 188
  788.         Top = 8
  789.         Width = 265
  790.         Height = 16
  791.         AutoSize = False
  792.         Caption = 'Original Index Expression:'
  793.         Font.Charset = DEFAULT_CHARSET
  794.         Font.Color = clBlack
  795.         Font.Height = -12
  796.         Font.Name = 'MS Sans Serif'
  797.         Font.Style = []
  798.         ParentFont = False
  799.       end
  800.       object IdxNameLbl: TLabel
  801.         Left = 16
  802.         Top = 8
  803.         Width = 161
  804.         Height = 13
  805.         AutoSize = False
  806.         Caption = 'Index Name:'
  807.       end
  808.       object IdxIncBtn: TBitBtn
  809.         Left = 232
  810.         Top = 100
  811.         Width = 37
  812.         Height = 24
  813.         Caption = '>'
  814.         Font.Charset = DEFAULT_CHARSET
  815.         Font.Color = clBlack
  816.         Font.Height = -12
  817.         Font.Name = 'MS Sans Serif'
  818.         Font.Style = [fsBold]
  819.         ParentFont = False
  820.         TabOrder = 1
  821.         OnClick = IdxIncBtnClick
  822.         IsControl = True
  823.       end
  824.       object IdxIncAllBtn: TBitBtn
  825.         Left = 232
  826.         Top = 132
  827.         Width = 37
  828.         Height = 24
  829.         Caption = '>>'
  830.         Font.Charset = DEFAULT_CHARSET
  831.         Font.Color = clBlack
  832.         Font.Height = -12
  833.         Font.Name = 'MS Sans Serif'
  834.         Font.Style = [fsBold]
  835.         ParentFont = False
  836.         TabOrder = 2
  837.         OnClick = IdxIncAllBtnClick
  838.         IsControl = True
  839.       end
  840.       object IdxExcBtn: TBitBtn
  841.         Left = 232
  842.         Top = 164
  843.         Width = 37
  844.         Height = 24
  845.         Caption = '<'
  846.         Font.Charset = DEFAULT_CHARSET
  847.         Font.Color = clBlack
  848.         Font.Height = -12
  849.         Font.Name = 'MS Sans Serif'
  850.         Font.Style = [fsBold]
  851.         ParentFont = False
  852.         TabOrder = 3
  853.         OnClick = IdxExcBtnClick
  854.         IsControl = True
  855.       end
  856.       object IdxExcAllBtn: TBitBtn
  857.         Left = 232
  858.         Top = 196
  859.         Width = 37
  860.         Height = 24
  861.         Caption = '<<'
  862.         Font.Charset = DEFAULT_CHARSET
  863.         Font.Color = clBlack
  864.         Font.Height = -12
  865.         Font.Name = 'MS Sans Serif'
  866.         Font.Style = [fsBold]
  867.         ParentFont = False
  868.         TabOrder = 4
  869.         OnClick = IdxExcAllBtnClick
  870.         IsControl = True
  871.       end
  872.       object IdxUpBtn: TBitBtn
  873.         Left = 352
  874.         Top = 248
  875.         Width = 24
  876.         Height = 24
  877.         Font.Charset = DEFAULT_CHARSET
  878.         Font.Color = clBlack
  879.         Font.Height = -12
  880.         Font.Name = 'MS Sans Serif'
  881.         Font.Style = [fsBold]
  882.         ParentFont = False
  883.         TabOrder = 6
  884.         OnClick = IdxUpBtnClick
  885.         Glyph.Data = {
  886.           66010000424D6601000000000000760000002800000014000000140000000100
  887.           040000000000F000000000000000000000001000000010000000000000000000
  888.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  889.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  890.           8888888800008888888888888888888800008888888888888888888800008888
  891.           8888888888888888000088888888888888888888000088888888888888888888
  892.           0000888888888888888888880000888888888888888888880000888880888888
  893.           8088888800008888880888880888888800008888888088808888888800008888
  894.           8888080888888888000088888888808888888888000088888888888888888888
  895.           0000888888888888888888880000888888888888888888880000888888888888
  896.           8888888800008888888888888888888800008888888888888888888800008888
  897.           88888888888888880000}
  898.       end
  899.       object IdxDownBtn: TBitBtn
  900.         Left = 384
  901.         Top = 248
  902.         Width = 24
  903.         Height = 24
  904.         Font.Charset = DEFAULT_CHARSET
  905.         Font.Color = clBlack
  906.         Font.Height = -12
  907.         Font.Name = 'MS Sans Serif'
  908.         Font.Style = [fsBold]
  909.         ParentFont = False
  910.         TabOrder = 7
  911.         OnClick = IdxDownBtnClick
  912.         Glyph.Data = {
  913.           66010000424D6601000000000000760000002800000014000000140000000100
  914.           040000000000F000000000000000000000001000000010000000000000000000
  915.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  916.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  917.           8888888800008888888888888888888800008888888888888888888800008888
  918.           8888888888888888000088888888888888888888000088888888888888888888
  919.           0000888888888888888888880000888888888888888888880000888888888088
  920.           8888888800008888888808088888888800008888888088808888888800008888
  921.           8808888808888888000088888088888880888888000088888888888888888888
  922.           0000888888888888888888880000888888888888888888880000888888888888
  923.           8888888800008888888888888888888800008888888888888888888800008888
  924.           88888888888888880000}
  925.       end
  926.       object IdxRightLBox: TListBox
  927.         Left = 276
  928.         Top = 88
  929.         Width = 213
  930.         Height = 153
  931.         Font.Charset = DEFAULT_CHARSET
  932.         Font.Color = clBlack
  933.         Font.Height = -12
  934.         Font.Name = 'MS Sans Serif'
  935.         Font.Style = []
  936.         ItemHeight = 13
  937.         MultiSelect = True
  938.         ParentFont = False
  939.         TabOrder = 5
  940.         OnClick = IdxRightLBoxClick
  941.         OnDblClick = IdxExcBtnClick
  942.         IsControl = True
  943.       end
  944.       object IdxOriginMemo: TMemo
  945.         Left = 188
  946.         Top = 24
  947.         Width = 301
  948.         Height = 37
  949.         Font.Charset = DEFAULT_CHARSET
  950.         Font.Color = clBlack
  951.         Font.Height = -12
  952.         Font.Name = 'MS Sans Serif'
  953.         Font.Style = []
  954.         ParentFont = False
  955.         ReadOnly = True
  956.         ScrollBars = ssVertical
  957.         TabOrder = 8
  958.       end
  959.       object IdxLeftLBox: TListBox
  960.         Left = 12
  961.         Top = 88
  962.         Width = 213
  963.         Height = 185
  964.         Font.Charset = DEFAULT_CHARSET
  965.         Font.Color = clBlack
  966.         Font.Height = -12
  967.         Font.Name = 'MS Sans Serif'
  968.         Font.Style = []
  969.         ItemHeight = 13
  970.         MultiSelect = True
  971.         ParentFont = False
  972.         TabOrder = 0
  973.         OnClick = IdxLeftLBoxClick
  974.         OnDblClick = IdxIncBtnClick
  975.         IsControl = True
  976.       end
  977.       object IdxTgtNameEdit: TEdit
  978.         Left = 16
  979.         Top = 24
  980.         Width = 161
  981.         Height = 21
  982.         TabOrder = 9
  983.         Text = 'IdxTgtNameEdit'
  984.         OnChange = IdxTgtNameEditChange
  985.       end
  986.     end
  987.     object TPage
  988.       Left = 0
  989.       Top = 0
  990.       Caption = 'Progress'
  991.       object PrgPercentGauge: TGauge
  992.         Left = 90
  993.         Top = 124
  994.         Width = 321
  995.         Height = 25
  996.         Color = clSilver
  997.         Enabled = False
  998.         ForeColor = clGreen
  999.         BackColor = clSilver
  1000.         ParentColor = False
  1001.         Progress = 0
  1002.       end
  1003.       object PrgHelpLbl: TLabel
  1004.         Left = 67
  1005.         Top = 204
  1006.         Width = 365
  1007.         Height = 21
  1008.         Alignment = taCenter
  1009.         AutoSize = False
  1010.         Caption = 'Moving data to target database. Please wait.'
  1011.         Font.Charset = DEFAULT_CHARSET
  1012.         Font.Color = clBlack
  1013.         Font.Height = -12
  1014.         Font.Name = 'MS Sans Serif'
  1015.         Font.Style = [fsBold]
  1016.         ParentFont = False
  1017.       end
  1018.       object PrgInfoLbl: TLabel
  1019.         Left = 4
  1020.         Top = 52
  1021.         Width = 493
  1022.         Height = 21
  1023.         Alignment = taCenter
  1024.         AutoSize = False
  1025.         Font.Charset = DEFAULT_CHARSET
  1026.         Font.Color = clBlack
  1027.         Font.Height = -12
  1028.         Font.Name = 'MS Sans Serif'
  1029.         Font.Style = [fsBold]
  1030.         ParentFont = False
  1031.       end
  1032.     end
  1033.     object TPage
  1034.       Left = 0
  1035.       Top = 0
  1036.       Caption = 'Report'
  1037.       object RptReportLbl: TLabel
  1038.         Left = 16
  1039.         Top = 12
  1040.         Width = 265
  1041.         Height = 16
  1042.         AutoSize = False
  1043.         Caption = 'Report of upsizing activities:'
  1044.         Font.Charset = DEFAULT_CHARSET
  1045.         Font.Color = clBlack
  1046.         Font.Height = -12
  1047.         Font.Name = 'MS Sans Serif'
  1048.         Font.Style = []
  1049.         ParentFont = False
  1050.       end
  1051.       object RptWriteBtn: TButton
  1052.         Left = 136
  1053.         Top = 248
  1054.         Width = 229
  1055.         Height = 25
  1056.         Caption = '&Write a copy of this report to file'
  1057.         Font.Charset = DEFAULT_CHARSET
  1058.         Font.Color = clBlack
  1059.         Font.Height = -12
  1060.         Font.Name = 'MS Sans Serif'
  1061.         Font.Style = [fsBold]
  1062.         ParentFont = False
  1063.         TabOrder = 0
  1064.         OnClick = RptWriteBtnClick
  1065.       end
  1066.       object RptReportGrid: TDBGrid
  1067.         Left = 16
  1068.         Top = 28
  1069.         Width = 469
  1070.         Height = 209
  1071.         DataSource = ReportDataSource
  1072.         Font.Charset = DEFAULT_CHARSET
  1073.         Font.Color = clBlack
  1074.         Font.Height = -12
  1075.         Font.Name = 'MS Sans Serif'
  1076.         Font.Style = []
  1077.         Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  1078.         ParentFont = False
  1079.         ReadOnly = True
  1080.         TabOrder = 1
  1081.         TitleFont.Charset = DEFAULT_CHARSET
  1082.         TitleFont.Color = clWindowText
  1083.         TitleFont.Height = -11
  1084.         TitleFont.Name = 'MS San Serif'
  1085.         TitleFont.Style = []
  1086.       end
  1087.     end
  1088.   end
  1089.   object BackBtn: TBitBtn
  1090.     Left = 224
  1091.     Top = 292
  1092.     Width = 61
  1093.     Height = 25
  1094.     Caption = '< &Back'
  1095.     Font.Charset = DEFAULT_CHARSET
  1096.     Font.Color = clBlack
  1097.     Font.Height = -12
  1098.     Font.Name = 'MS Sans Serif'
  1099.     Font.Style = [fsBold]
  1100.     ParentFont = False
  1101.     TabOrder = 2
  1102.     OnClick = BackBtnClick
  1103.   end
  1104.   object NextBtn: TBitBtn
  1105.     Left = 288
  1106.     Top = 292
  1107.     Width = 61
  1108.     Height = 25
  1109.     Caption = '&Next >'
  1110.     Font.Charset = DEFAULT_CHARSET
  1111.     Font.Color = clBlack
  1112.     Font.Height = -12
  1113.     Font.Name = 'MS Sans Serif'
  1114.     Font.Style = [fsBold]
  1115.     ParentFont = False
  1116.     TabOrder = 3
  1117.     OnClick = NextBtnClick
  1118.   end
  1119.   object UpsizeBtn: TButton
  1120.     Left = 432
  1121.     Top = 292
  1122.     Width = 61
  1123.     Height = 25
  1124.     Caption = '&Upsize'
  1125.     Font.Charset = DEFAULT_CHARSET
  1126.     Font.Color = clBlack
  1127.     Font.Height = -12
  1128.     Font.Name = 'MS Sans Serif'
  1129.     Font.Style = [fsBold]
  1130.     ParentFont = False
  1131.     TabOrder = 5
  1132.     OnClick = UpsizeBtnClick
  1133.   end
  1134.   object HelpBtn: TButton
  1135.     Left = 152
  1136.     Top = 292
  1137.     Width = 61
  1138.     Height = 25
  1139.     Caption = '&Help'
  1140.     Font.Charset = DEFAULT_CHARSET
  1141.     Font.Color = clBlack
  1142.     Font.Height = -12
  1143.     Font.Name = 'MS Sans Serif'
  1144.     Font.Style = [fsBold]
  1145.     ParentFont = False
  1146.     TabOrder = 1
  1147.     OnClick = HelpBtnClick
  1148.   end
  1149.   object ExitBtn: TButton
  1150.     Left = 360
  1151.     Top = 292
  1152.     Width = 61
  1153.     Height = 25
  1154.     Caption = '&Exit'
  1155.     Font.Charset = DEFAULT_CHARSET
  1156.     Font.Color = clBlack
  1157.     Font.Height = -12
  1158.     Font.Name = 'MS Sans Serif'
  1159.     Font.Style = [fsBold]
  1160.     ParentFont = False
  1161.     TabOrder = 4
  1162.     OnClick = ExitBtnClick
  1163.   end
  1164.   object ReportTable: TTable
  1165.     Left = 8
  1166.     Top = 292
  1167.   end
  1168.   object ReportDataSource: TDataSource
  1169.     DataSet = ReportTable
  1170.     Left = 40
  1171.     Top = 292
  1172.   end
  1173.   object SaveReportDlg: TSaveDialog
  1174.     DefaultExt = 'DB'
  1175.     Filter = 'Paradox Tables|*.DB|dBASE Tables|*.DBF|Text files|*.txt'
  1176.     Options = [ofOverwritePrompt, ofHideReadOnly]
  1177.     Left = 72
  1178.     Top = 292
  1179.   end
  1180. end
  1181.